home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.9"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 5, 0, 255, 0, 0, 0, 0, 100, 0
- .StoreColor 5, 255, 255, 0, 0, 0, 0, 100, 20
- .StoreColor 5, 250, 106, 40, 0, 0, 0, 100, 41
- .StoreColor 5, 247, 164, 236, 0, 0, 0, 100, 100
- .ApplyFountainFill 0, 0, 0, -1800, 256, 0, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-